home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 February
/
PCWorld_2001-02_cd.bin
/
Novinky
/
Becherovka
/
KoktejlovePexeso-oldes
/
pexeso.swf
/
scripts
/
DefineButton2_193
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2000-12-04
|
177b
|
13 lines
on(release){
tellTarget("deska")
{
gotoAndPlay(2);
}
tellTarget("hodiny")
{
gotoAndStop("starthry");
play();
}
nextFrame();
}